home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / sharewar / sendto / ts-sendto11.exe / {app} / sendto.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  2001-09-22  |  5KB  |  218 lines

  1. object Form2: TForm2
  2.   Left = 238
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SendTo Options'
  7.   ClientHeight = 367
  8.   ClientWidth = 474
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 474
  24.     Height = 57
  25.     Align = alTop
  26.     BevelOuter = bvNone
  27.     Color = clWhite
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 13
  31.       Top = 12
  32.       Width = 32
  33.       Height = 32
  34.       Picture.Data = {<image000.ico>}
  35.     end
  36.     object Label1: TLabel
  37.       Left = 56
  38.       Top = 8
  39.       Width = 92
  40.       Height = 13
  41.       Caption = 'SendTo Settings'
  42.       Font.Charset = ANSI_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -11
  45.       Font.Name = 'Tahoma'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.     end
  49.     object Label2: TLabel
  50.       Left = 56
  51.       Top = 24
  52.       Width = 375
  53.       Height = 26
  54.       Caption = 
  55.         'This window allows you to customise SendTo.  You can also enable' +
  56.         ' and disable certain SendTo features.'
  57.       WordWrap = True
  58.     end
  59.   end
  60.   object Panel2: TPanel
  61.     Left = 0
  62.     Top = 57
  63.     Width = 474
  64.     Height = 2
  65.     Align = alTop
  66.     BevelOuter = bvLowered
  67.     TabOrder = 1
  68.   end
  69.   object Button1: TButton
  70.     Left = 392
  71.     Top = 336
  72.     Width = 75
  73.     Height = 25
  74.     Caption = '&Close'
  75.     TabOrder = 2
  76.     OnClick = Button1Click
  77.   end
  78.   object Button2: TButton
  79.     Left = 312
  80.     Top = 336
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Save'
  84.     TabOrder = 3
  85.     OnClick = Button2Click
  86.   end
  87.   object Button3: TButton
  88.     Left = 8
  89.     Top = 336
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&About...'
  93.     TabOrder = 4
  94.     OnClick = Button3Click
  95.   end
  96.   object TabbedNotebook1: TTabbedNotebook
  97.     Left = 8
  98.     Top = 64
  99.     Width = 458
  100.     Height = 266
  101.     TabFont.Charset = DEFAULT_CHARSET
  102.     TabFont.Color = clBtnText
  103.     TabFont.Height = -11
  104.     TabFont.Name = 'MS Sans Serif'
  105.     TabFont.Style = []
  106.     TabOrder = 5
  107.     object TTabPage
  108.       Left = 4
  109.       Top = 24
  110.       Caption = 'Settings'
  111.       object Bevel1: TBevel
  112.         Left = 20
  113.         Top = 159
  114.         Width = 406
  115.         Height = 2
  116.       end
  117.       object Bevel2: TBevel
  118.         Left = 19
  119.         Top = 67
  120.         Width = 406
  121.         Height = 2
  122.       end
  123.       object CheckBox1: TCheckBox
  124.         Left = 16
  125.         Top = 16
  126.         Width = 415
  127.         Height = 17
  128.         Caption = 'Always start with Drive listing'
  129.         TabOrder = 0
  130.         OnClick = CheckBox1Click
  131.       end
  132.       object CheckBox2: TCheckBox
  133.         Left = 16
  134.         Top = 80
  135.         Width = 415
  136.         Height = 17
  137.         Caption = 
  138.           'Disable move option (useful for stopping accidental deletion of ' +
  139.           'original files)'
  140.         TabOrder = 1
  141.       end
  142.       object CheckBox3: TCheckBox
  143.         Left = 16
  144.         Top = 104
  145.         Width = 214
  146.         Height = 17
  147.         Caption = 'Disable options button'
  148.         TabOrder = 2
  149.       end
  150.       object CheckBox4: TCheckBox
  151.         Left = 40
  152.         Top = 40
  153.         Width = 345
  154.         Height = 17
  155.         Caption = 'Disable manual entering of directories'
  156.         Enabled = False
  157.         TabOrder = 3
  158.       end
  159.       object CheckBox5: TCheckBox
  160.         Left = 16
  161.         Top = 176
  162.         Width = 415
  163.         Height = 17
  164.         Caption = 'Never create new directories'
  165.         TabOrder = 4
  166.       end
  167.       object CheckBox6: TCheckBox
  168.         Left = 16
  169.         Top = 200
  170.         Width = 415
  171.         Height = 17
  172.         Caption = 'Always prompt before creating new directories'
  173.         TabOrder = 5
  174.       end
  175.       object CheckBox8: TCheckBox
  176.         Left = 16
  177.         Top = 128
  178.         Width = 226
  179.         Height = 17
  180.         Caption = 'Disable "Add To SendTo Menu" checkbox'
  181.         TabOrder = 6
  182.       end
  183.     end
  184.     object TTabPage
  185.       Left = 4
  186.       Top = 24
  187.       Caption = 'Confirmations'
  188.       object CheckBox7: TCheckBox
  189.         Left = 16
  190.         Top = 16
  191.         Width = 415
  192.         Height = 17
  193.         Caption = 
  194.           'Show message confirming if directory creation was or was not suc' +
  195.           'cessful'
  196.         TabOrder = 0
  197.       end
  198.       object CheckBox9: TCheckBox
  199.         Left = 16
  200.         Top = 40
  201.         Width = 415
  202.         Height = 17
  203.         Caption = 'Confirm if files were copied sucessfully'
  204.         TabOrder = 1
  205.       end
  206.     end
  207.   end
  208.   object Button4: TButton
  209.     Left = 88
  210.     Top = 336
  211.     Width = 91
  212.     Height = 25
  213.     Caption = 'S&endto Menu...'
  214.     TabOrder = 6
  215.     OnClick = Button4Click
  216.   end
  217. end
  218.